home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Documents / PressReleases94 / 12December94 / Misckit.txt < prev    next >
Text File  |  1995-06-12  |  5KB  |  124 lines

  1.  
  2.  
  3. FOR IMMEDIATE RELEASE
  4.  
  5. Contact:
  6. Don Yacktman
  7. (801)221-0344
  8. Don_Yacktman@byu.edu
  9.  
  10.  
  11. ANNOUNCING THE RELEASE OF THE MISCKIT VERSION 1.3.0
  12.  
  13. Update to Kit of Free Objective-C Objects Is Now Available
  14.  
  15. PROVO, UT, Dec 15, 1994 -- A new maintenance release of the MiscKit
  16. has just been publically released.  It contains many new objects
  17. and fixes all of the problems reported since the previous release.
  18. The MiscKit may be obtained via ftp to any of the following sites:
  19.  
  20. ftp://ftp.cs.orst.edu/software/NeXT/sources/classes/MiscKit1.3.0.s.gnutar.gz
  21. ftp://ftp.et.byu.edu/next/misckit/MiscKit1.3.0.s.gnutar.gz
  22. ftp://ftp.informatik.uni-muenchen.de/pub/comp/platforms/next/Developer/objc/misc
  23. kit/MiscKit1.3.0s.s.gnutar.gz
  24.  
  25. The byu site always has the most recent official MiscKit
  26. distribution available in /pub/next/misckit and older versions are
  27. archived in /pub/next/misckit/old.  Note that the kit is in
  28. /next/misckit and NOT /pub/next/misckit now!
  29.  
  30. The MiscKit is an easy to install kit consisting of Objective-C
  31. objects, Interface Builder palettes, bundles, and other useful
  32. programming resources.  All the resources in the MiscKit have been
  33. donated by various Internet personalities for the benefit of other
  34. NEXTSTEP programmers.
  35.  
  36. Objects include data structures (string, tree, stack, queue,
  37. priority queue, linked list), interface widgets (find panel,
  38. textfield, button and slider subclasses, clock and calendar views,
  39. icon wells, progress pie/bar), macros, other useful objects (lock
  40. file, log file, time, stopwatch, serial port, colors, subprocess,
  41. remote subprocess), frameworks for building complex interfaces
  42. (MiscSwapKit, MiscInspectorKit, InfoMenuKit) and even some
  43. useful example applications...plus much more!
  44.  
  45. To make the MiscKit more attractive to developers, use of the
  46. MiscKit resources is absolutely free of charge, no matter how
  47. the resources are used.  Redistribution of the MiscKit is also
  48. encouraged.  Many developers are reluctant to use objects which
  49. are under the GNU "Copyleft".  As a result, the MiscKit has its
  50. own license which allows developers to reuse the code freely,
  51. even in commercial projects.  Everything possible has been done
  52. to encourage the use of the MiscKit to speed development efforts.
  53.  
  54. Any developer who has generally useful objects, palettes, or
  55. other programming resources and would like to donate them to the
  56. MiscKit effort is welcome to do so.  Contact Don_Yacktman@byu.edu
  57. for information on how to prepare a MiscKit submission.  By
  58. making a submission to the MiscKit, a developer can avoid the
  59. hassles of packaging up a formal distribution of their resources
  60. and in turn help add to a growing centralized pool of useful
  61. resources.
  62.  
  63. Also available are several MiscKit-based mailing lists.  The first
  64. list is for those who are interested in participating in the
  65. development of the MiscKit.  Anyone who is interested in following
  66. the discussion should send mail to misckit-request@byu.edu to be
  67. placed on the list.  Send mail to misckit@byu.edu to post messages
  68. to this list.  The second MiscKit mailing list is for distributing
  69. announcements of new MiscKit releases.  Anyone who would like to
  70. receive e-mail notification of new MiscKit releases should send
  71. mail to the MiscKit administrator, Don_Yacktman@byu.edu, and
  72. request to be placed on the MiscKit release list.  Anyone on the
  73. development list already receives notification of new releases
  74. and should therefore not ask to be added to the release list.  Two
  75. other lists are mentioned in the MiscKit's top level README.rtf file.
  76. Because of the holidays, requests for addition or deletion to the
  77. mailing lists will take until mid January to be processed, so please
  78. be patient--and rest assured that nothing is wrong!
  79.  
  80. The MiscKit has evolved from the DAYMiscKit and several objects
  81. released over the past few years by Don Yacktman and other USENET
  82. personalities.
  83.  
  84.  
  85. Don Yacktman
  86.  
  87. Don Yacktman is a graduate student at Brigham Young University, working
  88. towards a Master of Science in Electrical and Computer Engineering.
  89. He acts as the MiscKit administrator in his spare time between
  90. class and various NEXTSTEP consulting projects.
  91.  
  92. # # # #
  93.  
  94. All trademarks mentioned belong to their respective owners.
  95.  
  96. The MiscKit is in no way affiliated with Brigham Young University.
  97.  
  98.  
  99.  
  100.  
  101.  
  102. Specific changes:
  103.  
  104. V1.3.012/14/94Maintenance and update release:
  105.  
  106. The main library is now under ProjectBuilder control.
  107.  
  108. New Classes:  MiscAnnouncer, MiscDependency, MiscClassDecoder,
  109.       MiscDirectory, MiscThreadedObject, MiscTimedEntry,
  110.       MiscUniqueStringArray
  111.  
  112. New programs:  getset, mksubproj, cnvwrap, generate-makefile
  113.  
  114. Additions to Temp directory:  MiscFile, MiscPickList
  115.  
  116. Additions/enhancements to:  MiscString, TreeView, MiscClockView,
  117.       MiscCalendarView, MiscStringArray, MiscListExtensions,
  118.       MiscDictionary (docs), MiscInfoController, MiscTime, Makefiles
  119.  
  120. Bug fixes:  MiscDragViews, several others throughout ("debug" defined, etc.)
  121.  
  122.  
  123. [More details about the bug fixes and additions can be found
  124.     in the MiscKit's History.rtf file.]